@import url("top.css");
@import url("banner.css");
@import url("bottom.css");



.abt {
    height: 605px;
    background-image: url(../images/abt_01.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}

    .abt .abttit {
        background-image: url(../images/abt_bj.jpg);
        background-position: top;
        background-repeat: no-repeat;
    }

    .abt .abtcont {
        width: 100%;
        float: left;
        height: 480px;
        background-color: rgba(0,0,0,0.5);
        color: #fffdfd;
    }

        .abt .abtcont .abtct {
            text-align: center;
            height: 50px;
            margin-top: 40px;
            line-height: 50px;
            width: 100%;
            float: left;
            font-size: 240%;
        }

        .abt .abtcont .abtcb {
            width: 100%;
            float: left;
        }

            .abt .abtcont .abtcb .l {
                width: 700px;
                padding: 20px;
                float: left;
                text-indent: 2em;
                font-size: 180%;
                line-height: 34px;
            }

            .abt .abtcont .abtcb .r {
                width: 400px;
                padding: 20px;
                float: right;
            }

                .abt .abtcont .abtcb .r ul li {
                    width: 100px;
                    height: 300px;
                    float: left;
                    color: #fff;
                    text-indent: 70px;
                    margin-right: 40px;
                    text-align: center;
                    line-height: 100px;
                    font-size: 300%;
                    border-radius: 15px;
                    letter-spacing: 5px;
                    writing-mode: tb-rl;
                }

                    .abt .abtcont .abtcb .r ul li a {
                        color: #fefefe;
                    }

                    .abt .abtcont .abtcb .r ul li:nth-child(1) {
                        background: url(../images/abt_01.png) no-repeat center 25px;
                        background-color: rgba(255,0,0,0.6);
                    }

                    .abt .abtcont .abtcb .r ul li:nth-child(2) {
                        background: url(../images/abt_02.png) no-repeat center 25px;
                        background-color: rgba(255,0,0,0.6);
                    }

                    .abt .abtcont .abtcb .r ul li:nth-child(3) {
                        background: url(../images/abt_03.png) no-repeat center 25px;
                        background-color: rgba(255,0,0,0.6);
                        margin-right: 0px;
                    }

        .abt .abtcont .abtcc {
            width: 100%;
            float: left;
            text-align: center;
        }

            .abt .abtcont .abtcc a {
                padding: 5px 10px;
                color: #fff;
                background-color: #f00;
            }

.itemtit {
    width: 100%;
    float: left;
    text-align: center;
    background: url(../images/tit_bg.png) no-repeat center;
    height: 125px;
}

    .itemtit span {
        width: 100%;
        display: block;
        line-height: 80px;
        font-size: 300%;
        letter-spacing: 10px;
        color: #292929;
    }

    .itemtit label {
        font-size: 200%;
        color: #8e8d8d;
        font-family: 'Arial';
    }

.pro {
    background: url(/temp/lib/images/pro_bj.jpg) no-repeat center;
}

    .pro .protype {
        width: 100%;
        float: left;
        text-align: center;
    }

        .pro .protype dl dd {
            width: 231px;
            border: 1px solid #ddd;
            margin-bottom: 8px;
            line-height: 50px;
            margin-right: 8px;
            float: left;
        }

            .pro .protype dl dd:nth-child(5n) {
                margin-right: 0px;
            }

            .pro .protype dl dd:nth-child(10) {
                background: url(../images/pro_01.png) no-repeat 150px center;
                text-align: left;
                text-indent: 50px;
            }

                .pro .protype dl dd:nth-child(10):hover {
                    background: url(../images/pro_02.png) no-repeat 150px center #ff0000;
                    text-align: left;
                    text-indent: 50px;
                }

            .pro .protype dl dd.se {
                background: #ff0000;
                color: #fff;
            }

                .pro .protype dl dd.se a {
                    color: #fff;
                }

            .pro .protype dl dd a {
                font-size: 200%;
                width: 100%;
                display: block;
                color: #1a1a1a;
            }


            .pro .protype dl dd:hover {
                background: #ff0000;
                color: #fff;
            }

                .pro .protype dl dd:hover a {
                    color: #fff;
                }



    .pro .procont {
        width: 100%;
        margin-top: 20px;
        float: left;
    }

        .pro .procont ul {
            width: 100%;
            float: left;
        }

            .pro .procont ul li {
                float: left;
                width: 280px;
                margin-right: 15px;
                overflow: hidden;
                padding: 3px;
                margin-bottom: 12px;
                border: 1px solid #12358b;
                border-radius: 0px 0px 15px 15px;
                background-color: #eeeeee;
            }

                .pro .procont ul li:nth-child(4n) {
                    margin-right: 0px;
                }

                .pro .procont ul li img {
                    width: 100%;
                    transition: all .6s;
                    -ms-transition: all .6s;
                    -webkit-transition: all .6s;
                }

                .pro .procont ul li p {
                    text-align: center;
                    overflow: hidden;
                }

                .pro .procont ul li:hover img {
                    transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                }

                .pro .procont ul li p a {
                    color: #282828;
                    font-size: 160%;
                    height: 50px;
                    line-height: 50px;
                    width: 100%;
                    display: block;
                }


.case {
    width: 100%;
    float: left;
    background: url(/temp/lib/images/case_bj.jpg) no-repeat center;
}

    .case .casecont {
        width: 100%;
        float: left;
    }

        .case .casecont ul li {
            background-color: #fff;
            margin-bottom: 20px;
            box-shadow: 3px 3px 5px #ddd;
            border-radius: 15px;
            padding-bottom: 10px;
            float: left;
        }

            .case .casecont ul li:nth-child(1) {
                width: 100%;
            }

                .case .casecont ul li:nth-child(1) .left {
                    width: 450px;
                    height: 300px;
                    float: left;
                    overflow: hidden;
                    padding: 10px;
                }

                    .case .casecont ul li:nth-child(1) .left img {
                        width: 100%;
                    }

                .case .casecont ul li:nth-child(1) .right {
                    width: 680px;
                    float: right;
                    margin-right: 10px;
                }

                    .case .casecont ul li:nth-child(1) .right a.tit {
                        font-size: 240%;
                        margin-top: 20px;
                        height: 80px;
                        line-height: 80px;
                        width: 100%;
                        display: block;
                        color: #1a1a1a;
                        overflow: hidden;
                    }

                    .case .casecont ul li:nth-child(1) .right label {
                        width: 100px;
                        display: block;
                        height: 2px;
                        background-color: #f00;
                    }

                    .case .casecont ul li:nth-child(1) .right p {
                        text-indent: 2em;
                        line-height: 30px;
                        font-size: 160%;
                        margin-top: 25px;
                        color: #4c4c4c;
                    }

                    .case .casecont ul li:nth-child(1) .right span {
                        margin-top: 20px;
                        float: left;
                    }

                        .case .casecont ul li:nth-child(1) .right span a {
                            background-color: #f00;
                            color: #fff;
                            padding: 7px 20px;
                            font-size: 160%;
                        }

            .case .casecont ul li:nth-child(2) {
                width: 590px;
                padding-bottom: 20px;
            }

                .case .casecont ul li:nth-child(2) .left {
                    width: 570px;
                    height: 370px;
                    float: left;
                    overflow: hidden;
                    padding: 10px;
                }

                    .case .casecont ul li:nth-child(2) .left img {
                        width: 100%;
                    }

                .case .casecont ul li:nth-child(2) .right a.tit {
                    font-size: 240%;
                    margin-top: 20px;
                    height: 60px;
                    line-height: 60px;
                    width: 570px;
                    padding: 0px 10px;
                    display: block;
                    color: #1a1a1a;
                    overflow: hidden;
                }

                .case .casecont ul li:nth-child(2) .right p {
                    line-height: 30px;
                    height: 60px;
                    overflow: hidden;
                    font-size: 160%;
                    padding: 0px 10px;
                    margin-top: 5px;
                    color: #4c4c4c;
                }

                .case .casecont ul li:nth-child(2) .right span {
                    margin-top: 20px;
                    float: left;
                    margin-left: 10px;
                }

                    .case .casecont ul li:nth-child(2) .right span a {
                        background-color: #f00;
                        color: #fff;
                        padding: 7px 20px;
                        font-size: 160%;
                    }

            .case .casecont ul li:nth-child(3) {
                width: 590px;
                float: right;
                padding-bottom: 20px;
            }

                .case .casecont ul li:nth-child(3) .left {
                    width: 570px;
                    height: 370px;
                    float: left;
                    overflow: hidden;
                    padding: 10px;
                }

                    .case .casecont ul li:nth-child(3) .left img {
                        width: 100%;
                    }

                .case .casecont ul li:nth-child(3) .right a.tit {
                    font-size: 240%;
                    margin-top: 20px;
                    height: 60px;
                    line-height: 60px;
                    width: 570px;
                    padding: 0px 10px;
                    display: block;
                    color: #1a1a1a;
                    overflow: hidden;
                }

                .case .casecont ul li:nth-child(3) .right p {
                    line-height: 30px;
                    height: 60px;
                    overflow: hidden;
                    font-size: 160%;
                    padding: 0px 10px;
                    margin-top: 5px;
                    color: #4c4c4c;
                }

                .case .casecont ul li:nth-child(3) .right span {
                    margin-top: 20px;
                    float: left;
                    margin-left: 10px;
                }

                    .case .casecont ul li:nth-child(3) .right span a {
                        background-color: #f00;
                        color: #fff;
                        padding: 7px 20px;
                        font-size: 160%;
                    }

            .case .casecont ul li:nth-child(4) {
                width: 100%;
            }

                .case .casecont ul li:nth-child(4) .left {
                    width: 450px;
                    height: 300px;
                    overflow: hidden;
                    float: right;
                    padding: 10px;
                }

                    .case .casecont ul li:nth-child(4) .left img {
                        width: 100%;
                    }

                .case .casecont ul li:nth-child(4) .right {
                    width: 680px;
                    float: left;
                    margin-left: 30px;
                }

                    .case .casecont ul li:nth-child(4) .right a.tit {
                        font-size: 240%;
                        margin-top: 20px;
                        height: 80px;
                        line-height: 80px;
                        width: 100%;
                        display: block;
                        color: #1a1a1a;
                        overflow: hidden;
                    }

                    .case .casecont ul li:nth-child(4) .right label {
                        width: 100px;
                        display: block;
                        height: 2px;
                        background-color: #f00;
                    }

                    .case .casecont ul li:nth-child(4) .right p {
                        text-indent: 2em;
                        line-height: 30px;
                        font-size: 160%;
                        margin-top: 25px;
                        color: #4c4c4c;
                    }

                    .case .casecont ul li:nth-child(4) .right span {
                        margin-top: 20px;
                        float: left;
                    }

                        .case .casecont ul li:nth-child(4) .right span a {
                            background-color: #f00;
                            color: #fff;
                            padding: 7px 20px;
                            font-size: 180%;
                        }

    .case .more {
        width: 100%;
        float: left;
        text-align: center;
        margin: 40px 0px;
    }

        .case .more a {
            background-color: #f00;
            color: #fff;
            padding: 10px 20px;
            font-size: 180%;
        }

.poster {
    width: 100%;
    float: left;
    height: 280px;
    background: url(../images/poster.jpg) no-repeat center;
}

    .poster .posterm {
        width: 100%;
        float: left;
        height: 280px;
        background: url(../images/poster.png) no-repeat center;
    }

.news {
    background: url(/temp/lib/images/news_bj.jpg) no-repeat center;
}



    .news .newstype {
        float: left;
        width: 100%;
        text-align: center;
    }

        .news .newstype dl dd {
            color: #fff;
            float: left;
            width: 392px;
            margin-right: 12px;
            position: relative;
        }

            .news .newstype dl dd a {
                width: 100%;
                display: block;
                height: 112px;
            }

            .news .newstype dl dd label {
                letter-spacing: 4px;
                cursor: pointer;
                height: 112px;
                line-height: 112px;
                font-size: 280%;
                display: block;
                width: 100%;
                color: #fff;
            }

            .news .newstype dl dd span {
                position: absolute;
                right: 0px;
                bottom: 0;
                background-color: #f00;
                color: #fff;
                padding: 5px 10px;
                font-size: 160%;
            }

            .news .newstype dl dd:nth-child(1) {
                background: url(../images/news_01.jpg) no-repeat center;
            }

            .news .newstype dl dd:nth-child(2) {
                background: url(../images/news_02.jpg) no-repeat center;
            }

            .news .newstype dl dd:nth-child(3) {
                background: url(../images/news_03.jpg) no-repeat center;
                margin-right: 0px;
            }

    .news .newscont {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

        .news .newscont .l {
            width: 392px;
            float: left;
            background-color: #fff;
        }

        .news .newscont .c {
            width: 392px;
            margin-left: 12px;
            background-color: #fff;
            float: left;
        }

        .news .newscont .r {
            width: 392px;
            margin-left: 12px;
            background-color: #fff;
            float: left;
        }


        .news .newscont .l ul li {
            width: 100%;
            float: left;
            border-bottom: 1px dashed #ddd;
            padding-bottom: 10px;
            margin-top: 10px;
        }

            .news .newscont .l ul li img {
                width: 100%;
            }

            .news .newscont .l ul li a.left {
                margin-left: 5px;
                width: 128px;
                height: 90px;
                display: block;
                overflow: hidden;
                float: left;
            }

            .news .newscont .l ul li .right {
                width: 240px;
                height: 90px;
                margin-right: 5px;
                float: right;
            }

                .news .newscont .l ul li .right a {
                    color: #333333;
                    font-size: 160%;
                    line-height: 20px;
                    height: 20px;
                    overflow: hidden;
                    width: 100%;
                    display: block;
                }

                .news .newscont .l ul li .right span {
                    color: #777;
                    margin-top: 5px;
                    line-height: 20px;
                    width: 100%;
                    display: block;
                    float: left;
                    font-size: 130%;
                }

                .news .newscont .l ul li .right p {
                    font-size: 140%;
                    line-height: 24px;
                    height: 24px;
                    height: 50px;
                    overflow: hidden;
                    width: 100%;
                    color: #888;
                }

        .news .newscont .c ul li {
            width: 100%;
            float: left;
            line-height: 40.537px;
            background: url(../images/news_04.png) no-repeat 10px center;
            border-bottom: 1px dashed #ddd;
        }

            .news .newscont .c ul li .left {
                width: 0px;
                height: 0px;
                overflow: hidden;
            }

            .news .newscont .c ul li a {
                color: #333;
                width: 280px;
                height: 40.537px;
                overflow: hidden;
                float: left;
                text-indent: 25px;
                font-size: 160%;
            }

            .news .newscont .c ul li .right p {
                width: 0px;
                height: 0px;
                overflow: hidden;
            }

            .news .newscont .c ul li span {
                float: right;
                font-size: 140%;
            }

        .news .newscont .r ul li {
            width: 100%;
            float: left;
            border-bottom: 1px dashed #ddd;
            padding-bottom: 10px;
            margin-top: 10px;
        }

            .news .newscont .r ul li .left {
                margin-left: 5px;
                width: 95px;
                height: 90px;
                display: block;
                overflow: hidden;
                background-color: #12358b;
                float: left;
            }

                .news .newscont .r ul li .left label {
                    color: #fff;
                    width: 100%;
                    display: block;
                    text-align: center;
                    line-height: 50px;
                    font-size: 240%;
                }

                .news .newscont .r ul li .left span {
                    color: #fff;
                    width: 100%;
                    display: block;
                    text-align: center;
                    line-height: 40px;
                    font-size: 160%;
                }

            .news .newscont .r ul li .right {
                width: 270px;
                height: 90px;
                margin-right: 5px;
                float: right;
            }

                .news .newscont .r ul li .right a {
                    color: #333333;
                    font-size: 160%;
                    line-height: 35px;
                    height: 35px;
                    overflow: hidden;
                    width: 100%;
                    display: block;
                }

                .news .newscont .r ul li .right p {
                    font-size: 140%;
                    line-height: 24px;
                    height: 24px;
                    height: 50px;
                    overflow: hidden;
                    width: 100%;
                    color: #888;
                }

.link {
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 24px;
    background: #ff0000;
    color: #fff;
}

    .link label {
        float: left;
        width: 100%;
        display: block;
        line-height: 40px;
        color: #fff;
        font-size: 220%;
    }

    .link a {
        font-size: 160%;
        margin: 0px 5px;
        color: #fff;
    }

    .link span {
        width: 1070px;
        float: right;
        display: block;
    }

@media screen and (max-width:1200px) {
    .itemtit {
        background: url(../images/tit_bg.png) no-repeat center;
        background-size: 90%;
        height: 145px;
    }

        .itemtit span {
            line-height: 80px;
            font-size: 360%;
            margin-top: 15px;
        }

        .itemtit label {
            font-size: 280%;
            line-height: 20px;
        }

    .pro {
        background: none;
    }

        .pro .protype dl dd {
            width: 32%;
            margin-bottom: 8px;
            line-height: 70px;
            margin-left: 0.75%;
            margin-right: 0px;
            background-color: #f4f4f4;
            float: left;
        }

            .pro .protype dl dd a {
                font-size: 320%;
            }


            .pro .protype dl dd:nth-child(10) {
                width: 0px;
                overflow: hidden;
                height: 0px;
            }

        .pro .procont ul li {
            float: left;
            width: 47%;
            padding: 0;
            margin: 0;
            margin-left: 2%;
            margin-bottom: 12px;
            border-radius: 0px;
            background-color: #fff;
            border: 0;
        }

            .pro .procont ul li img {
                border: 1px solid #ddd;
                border-radius: 8px;
                width: calc(100% - 2px)
            }

            .pro .procont ul li p a {
                font-size: 300%;
                line-height: 80px;
                height: 80px;
            }

    .abt {
        height: 625px;
    }

        .abt .abttit {
            background-image: none;
        }

        .abt .abtcont {
            width: 90%;
            margin-left: 5%;
        }

            .abt .abtcont .abtct {
                margin-top: 20px;
                font-size: 380%;
            }

            .abt .abtcont .abtcb .l {
                width: 60%;
                padding: 20px;
                float: left;
                text-indent: 2em;
                font-size: 300%;
                line-height: 42px;
                height: 310px;
                overflow: hidden;
            }

            .abt .abtcont .abtcb .r {
                width: calc(35% - 50px);
                float: right;
            }

                .abt .abtcont .abtcb .r ul li {
                    width: 30%;
                    height: 300px;
                    text-indent: 80px;
                    margin: 0px 1.5%;
                    line-height: 220%;
                    font-size: 380%;
                }

            .abt .abtcont .abtcc a {
                font-size: 300%;
            }

    .case {
        background: none;
    }

        .case .casecont ul li {
            margin-bottom: 20px;
            box-shadow: 0;
            border-radius: 0px;
        }

            .case .casecont ul li .right label {
                width: 100px;
                display: block;
                height: 2px;
                margin-left: 10px;
                background-color: #f00;
            }

            .case .casecont ul li:nth-child(1) .left {
                width: 35%;
                height: 220px;
                float: left;
                overflow: hidden;
                padding: 10px;
            }

            .case .casecont ul li:nth-child(1) .right {
                width: 60%;
                float: right;
                margin-right: 2%;
            }

                .case .casecont ul li:nth-child(1) .right a.tit {
                    font-size: 300%;
                    margin-top: 0px;
                    height: 70px;
                    line-height: 70px;
                }

                .case .casecont ul li:nth-child(1) .right p {
                    font-size: 240%;
                    margin-top: 10px;
                    height: 90px;
                    line-height: 30px;
                    overflow: hidden;
                }

            .case .casecont ul li:nth-child(2) {
                width: 100%;
                padding-bottom: 20px;
            }

                .case .casecont ul li:nth-child(2) .left {
                    width: 35%;
                    height: 220px;
                    float: right;
                    overflow: hidden;
                    padding: 10px;
                }

                .case .casecont ul li:nth-child(2) .right {
                    width: 60%;
                    float: left;
                    margin-left: 0%;
                }

                    .case .casecont ul li:nth-child(2) .right a.tit {
                        font-size: 300%;
                        margin-top: 0px;
                        height: 70px;
                        line-height: 70px;
                    }

                    .case .casecont ul li:nth-child(2) .right p {
                        font-size: 240%;
                        margin-top: 10px;
                        height: 90px;
                        line-height: 30px;
                        overflow: hidden;
                    }


            .case .casecont ul li:nth-child(3) {
                width: 100%;
                padding-bottom: 20px;
            }

                .case .casecont ul li:nth-child(3) .left {
                    width: 35%;
                    height: 220px;
                    float: left;
                    overflow: hidden;
                    padding: 10px;
                }

                .case .casecont ul li:nth-child(3) .right {
                    width: 60%;
                    float: right;
                    margin-right: 2%;
                }

                    .case .casecont ul li:nth-child(3) .right a.tit {
                        font-size: 300%;
                        margin-top: 0px;
                        height: 70px;
                        line-height: 70px;
                    }

                    .case .casecont ul li:nth-child(3) .right p {
                        font-size: 240%;
                        margin-top: 10px;
                        height: 90px;
                        line-height: 30px;
                        overflow: hidden;
                    }


            .case .casecont ul li:nth-child(4) {
                width: 100%;
                padding-bottom: 20px;
            }

                .case .casecont ul li:nth-child(4) .left {
                    width: 35%;
                    height: 220px;
                    float: right;
                    overflow: hidden;
                    padding: 10px;
                }

                .case .casecont ul li:nth-child(4) .right {
                    width: 60%;
                    float: left;
                    margin-left: 1%;
                }

                    .case .casecont ul li:nth-child(4) .right a.tit {
                        font-size: 300%;
                        margin-top: 0px;
                        height: 70px;
                        line-height: 70px;
                    }

                    .case .casecont ul li:nth-child(4) .right p {
                        font-size: 240%;
                        margin-top: 10px;
                        height: 90px;
                        line-height: 30px;
                        overflow: hidden;
                    }

    .news {
        background: none;
    }

        .news .newstype dl dd {
            color: #fff;
            float: left;
            width: 32%;
            font-size: 130%;
            margin-left: 1%;
            margin-right: 0px;
            position: relative;
        }


        .news .newscont .l {
            width: 100%;
            float: left;
            background-color: #fff;
        }

        .news .newscont .c {
            width: 100%;
            float: left;
            margin-left: 0px;
        }

        .news .newscont .r {
            width: 0px;
            overflow: hidden;
            height: 0px;
        }

        .news .newscont .l ul li a.left {
            margin-left: 5px;
            width: 30%;
            height: 160px;
            display: block;
            overflow: hidden;
            float: left;
        }

        .news .newscont .l ul li .right {
            width: 67%;
            height: 90px;
            margin-right: 5px;
            float: right;
        }

            .news .newscont .l ul li .right a {
                color: #333333;
                font-size: 300%;
                line-height: 45px;
                height: 45px;
            }

            .news .newscont .l ul li .right p {
                font-size: 260%;
                line-height: 34px;
                height: 70px;
            }

            .news .newscont .l ul li .right span {
                float: left;
                width: 100%;
                font-size: 240%; line-height:35px;
                color: #777;
            }


        .news .newscont .c ul li {
            background: none;
            margin-left: 0px;
            padding-bottom: 10px;
            margin-top: 10px;
        }

            .news .newscont .c ul li a {
                text-indent: 0px;
            }

            .news .newscont .c ul li img {
                width: 100%;
            }

            .news .newscont .c ul li a.left {
                margin-left: 5px;
                width: 30%;
                height: 160px;
                display: block;
                overflow: hidden;
                float: left;
            }

            .news .newscont .c ul li .right {
                width: 67%;
                height: 90px;
                margin-right: 5px;
                float: right;
            }

                .news .newscont .c ul li .right a {
                    color: #333;
                    font-size: 300%;
                    line-height: 45px;
                    height: 45px;
                }

                .news .newscont .c ul li .right p {
                    font-size: 260%;
                    line-height: 30px;
                    height: 65px;
                    overflow: hidden;
                    width: 100%;
                    color: #888;
                }

            .news .newscont .c ul li span {
                float: left;
                width: 100%;
                font-size: 240%;
                color: #777;
            }
            .news .newscont .c ul li:nth-child(7) {
             width:0px; height:0px; overflow:hidden;}
            .news .newscont .c ul li:nth-child(8) {
                width: 0px;
                height: 0px;
                overflow: hidden;
            }
            .news .newscont .c ul li:nth-child(9) {
                width: 0px;
                height: 0px;
                overflow: hidden;
            }
            .news .newscont .c ul li:nth-child(10) {
                width: 0px;
                height: 0px;
                overflow: hidden;
            }
            .news .newscont .c ul li:nth-child(11) {
                width: 0px;
                height: 0px;
                overflow: hidden;
            }
            .news .newscont .c ul li:nth-child(12) {
                width: 0px;
                height: 0px;
                overflow: hidden;
            }
            .news .newscont .c ul li:nth-child(13) {
                width: 0px;
                height: 0px;
                overflow: hidden;
            }
            .news .newscont .c ul li:nth-child(14) {
                width: 0px;
                height: 0px;
                overflow: hidden;
            }
            .news .newscont .c ul li:nth-child(15) {
                width: 0px;
                height: 0px;
                overflow: hidden;
            }
            .news .newscont .c ul li:nth-child(16) {
                width: 0px;
                height: 0px;
                overflow: hidden;
            }


            .link {
                font-size: 300%;
            }

        .link label {
            line-height: 40px;
            font-size: 100%;
            margin-bottom: 10px;
        }

        .link a {
            line-height: 30px;
            font-size: 90%;
        }
}
